home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / wb_41e.zip / MCITEST.WB_ < prev    next >
Text File  |  1992-02-26  |  210b  |  12 lines

  1. last="???"
  2. ErrorMode(@NOTIFY)
  3. :loop
  4.  
  5. last=AskLine("MCI Command",last,last)
  6. LastError()
  7. b=playMedia(last)
  8. if LastError()!=0 then goto loop
  9. if b=="" then goto loop
  10. Display(3,"MCI Results",b)
  11. goto loop
  12.